home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web29 / Tutorial 6 / Case 1 / sform.css < prev    next >
Cascading Style Sheet File  |  2011-04-03  |  818b  |  21 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 6
  4.    Case Problem 1
  5.  
  6.    Subscription Form Style Sheet
  7.    Author: Richard Thomson
  8.    Date:   3 April 2011
  9.  
  10.    Filename:         sform.css
  11.    Supporting Files: 
  12.  
  13. */
  14.  
  15. #subPlans    {background-color: white; padding: 5px; margin-bottom: 20px; text-align: center}
  16. #subPlans label    {margin-right: 15px}
  17. .floatLabel        {display: block; float: left; clear: left; width: 150px; margin-bottom: 10px; text-align: right}
  18. .floatCtrl        {display: block; float: left; margin-left: 20px; margin-bottom: 10px}
  19. #agreeLabel        {width: 600px; margin: 20px 0px 20px 0px; text-align: center}
  20. #payment        {clear: left; background-color: white; width: 400px; margin-left: 100px; padding: 5px}
  21. #buttons        {margin: 10px 0px 10px 0px; text-align: center; border-style: none}